App\FromCity {#1507
  #fillable: array:3 [
    0 => "name"
    1 => "minimum_km"
    2 => "term_condition"
  ]
  #connection: "mysql"
  #table: "from_cities"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:8 [
    "id" => 68
    "name" => "Chamba"
    "minimum_km" => "250"
    "term_condition" => """
      <table class="table table-bordered">\r\n
      <tbody>\r\n
      <tr>\r\n
      <td><strong>1</strong></td>\r\n
      <td><strong>KM will be charged pickup point.<br></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>2</strong></td>\r\n
      <td><strong>Toll, Parking and State Taxes as per actual.</strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>3</strong></td>\r\n
      <td><strong>Minimum 250 KM will be charged per day.<br></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>4</strong></td>\r\n
      <td><strong>Vehicle will not be travel unpaved and bad roads.<br></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>5</strong></td>\r\n
      <td><strong>AC will be switched off in Hilly Areas.<br></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>6</strong></td>\r\n
      <td><strong>One day means a calender day (Date change means Day change).<br></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>7</strong></td>\r\n
      <td><strong>Cost shown is a Estimaed Fare, final price may vary depending on the running of kilometers.<br><br></strong></td>\r\n
      </tr>\r\n
      </tbody>\r\n
      </table>
      """
    "rate_adjustment_type" => "og_fare_increase"
    "rate_adjustment" => "10"
    "created_at" => "2024-08-09 05:16:23"
    "updated_at" => "2024-08-09 05:16:23"
  ]
  #original: array:8 [
    "id" => 68
    "name" => "Chamba"
    "minimum_km" => "250"
    "term_condition" => """
      <table class="table table-bordered">\r\n
      <tbody>\r\n
      <tr>\r\n
      <td><strong>1</strong></td>\r\n
      <td><strong>KM will be charged pickup point.<br></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>2</strong></td>\r\n
      <td><strong>Toll, Parking and State Taxes as per actual.</strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>3</strong></td>\r\n
      <td><strong>Minimum 250 KM will be charged per day.<br></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>4</strong></td>\r\n
      <td><strong>Vehicle will not be travel unpaved and bad roads.<br></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>5</strong></td>\r\n
      <td><strong>AC will be switched off in Hilly Areas.<br></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>6</strong></td>\r\n
      <td><strong>One day means a calender day (Date change means Day change).<br></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>7</strong></td>\r\n
      <td><strong>Cost shown is a Estimaed Fare, final price may vary depending on the running of kilometers.<br><br></strong></td>\r\n
      </tr>\r\n
      </tbody>\r\n
      </table>
      """
    "rate_adjustment_type" => "og_fare_increase"
    "rate_adjustment" => "10"
    "created_at" => "2024-08-09 05:16:23"
    "updated_at" => "2024-08-09 05:16:23"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}
App\DestinationCity {#1508
  #fillable: array:1 [
    0 => "name"
  ]
  #connection: "mysql"
  #table: "destination_cities"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:4 [
    "id" => 3455
    "name" => "Sawai Madhopur (RJ)"
    "created_at" => "2020-07-25 10:52:40"
    "updated_at" => "2020-08-26 08:52:40"
  ]
  #original: array:4 [
    "id" => 3455
    "name" => "Sawai Madhopur (RJ)"
    "created_at" => "2020-07-25 10:52:40"
    "updated_at" => "2020-08-26 08:52:40"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}
App\FormCityDestinationCity {#138
  #fillable: array:3 [
    0 => "from_city_id"
    1 => "destination_city_id"
    2 => "count_km"
  ]
  #connection: "mysql"
  #table: "form_city_destination_cities"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:6 [
    "id" => 267061
    "from_city_id" => 68
    "count_km" => 964
    "destination_city_id" => 3455
    "created_at" => "2024-08-09 05:16:30"
    "updated_at" => "2024-08-09 05:16:30"
  ]
  #original: array:6 [
    "id" => 267061
    "from_city_id" => 68
    "count_km" => 964
    "destination_city_id" => 3455
    "created_at" => "2024-08-09 05:16:30"
    "updated_at" => "2024-08-09 05:16:30"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}